home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 23 / fetch.zip / ADDENDUM.TXT next >
Text File  |  1987-04-27  |  5KB  |  120 lines

  1. Fetch v2.10  Dated Mar25,1987
  2.  
  3. Along with some minor changes and bug fixes,  this version  incorporates  a 
  4. couple of new features.  
  5.  
  6. The command line switch to take you directly to the Utilities Menu has been 
  7. changed from the exclamation point  (!) to the single left quote  (`). This 
  8. change was made because I felt it was 'uncomfortable'  to  have  to  use  a 
  9. shifted key input to perform this function...  Especially when you consider 
  10. the addition of the option described in the next paragraph!  
  11.  
  12.  
  13. The first addition is the option to include a Utilities Menu Command letter 
  14. when starting up FETCH  with the   `   switch.
  15.  
  16. The inclusion  of  the single left quote  (FETCH `)  upon startup takes you 
  17. directly to the Utilities Menu.  This version allows you to add  a  command 
  18. letter to that command in the form: 
  19.  
  20.          FETCH `C   where  C  (either upper orlower case) is...  
  21.  
  22.                     A  -  Arc Type a ARC File Member
  23.                     B  -  Backup System
  24.                     C  -  Copy a File
  25.                     D  -  DOS Command Execution
  26.                     E  -  Erase a File
  27.                     F  -  Get Disk Free Space
  28.                     I  -  Program Dedication
  29.                     L  -  List an ARC File
  30.                     M  -  Make an ARC File
  31.                     N  -  Rename a File
  32.                     P  -  Set/Reset Default Parameters
  33.                     R  -  Registration Information
  34.                     S  -  Shell to DOS
  35.                     T  -  Test an ARC File
  36.                     U  -  Unpack an ARC File
  37.                     V  -  View a Text File
  38.                     Z  -  Zippy ARC Listing Comparison
  39.  
  40. After  exectuion  of  the  optional  command,  FETCH will return you to the 
  41. Utilties Menu and await your next input.  If no command letter is  included 
  42. along  with  the  `  upon  startup,  Fetch  will  take  you directly to the 
  43. Utilities Menu and await your input.  
  44.  
  45.  
  46. The next item is the addition of the  Z)ippy ARC Listing Comparison  option 
  47. to the Utilities Menu.  This command will first prompt you for two arc file 
  48. names, and then perform a 'Side by Side' ARC File Member Listing of the two 
  49. files.  As  before,  your  input to the two file names may include the full 
  50. drive and path (in which case FETCH does not use the  drive\directory  name 
  51. list)   or   an  input  of  just  a  filename  which  forces  the  use  the 
  52. drive\directory name list.
  53.  
  54.  
  55. The buffer size used during the Copy File routine has been  increased  from 
  56. 16K to 32K.  
  57.  
  58.  
  59. In  ALL  instances  where  you  are working with or on files which normally 
  60. contain the .ARC extension, FETCH will automatically add the .ARC extension 
  61. to your input if you have not already done so.  
  62.  
  63.  
  64. Corrected the double backslash display (C:\\)  when logged into the root of
  65. a drive and requesting a directory listing for that root. The double \\ was
  66. displayed in the header -         Directory Listing Of: C:\\*.*
  67.  
  68.  
  69. Corrected a spacing bug in the file info display where a file extension  is
  70. present but is less than 3 characters in length.
  71.  
  72.  
  73. A  minor  bug in the Copy a File routine has been fixed.  Previous versions 
  74. required that you input the target filename for  the  file  to  be  copied.  
  75. Now,  if  no  target  filename  is  specified,  Fetch  will  use the source 
  76. filename.  
  77.  
  78. Example:  You wish to copy the file  ABC.COM   from  C:\FETCH\  to drive A:
  79. In Previous Versions:
  80.    Your input to  [d:\][path\] Source File name was    C:\FETCH\ABC.COM
  81.    Your input to  [d:\][path\] Target File name was    A:ABC.COM
  82.  
  83. In This Version:
  84.    If C:\FETCH is included in your drive\directory list your input
  85.    to [d:\][path\] Source File name is                 ABC.COM
  86.    If C:\FETCH is not included in your drive\directory list your input
  87.    to [d:\][path\] Source File name is                 C:\FETCH\ABC.COM
  88.                                        
  89.    Your input to  [d:\][path\] Target File name is     A:
  90.  
  91.    If you wish to copy and change the filename to  CDE.COM  your input to
  92.    [d:\][path\] Target File name would be              A:CDE.COM
  93.  
  94. The file finding feature has been included in all possible utility  command 
  95. options.  Typically, when you are asked to input a file name,  Fetch checks 
  96. for  a  specified  drive  in your input by looking for a colon (:) .  If no 
  97. colon is present,  Fetch assumes that it must  seach  your  drive\directory 
  98. list for the designated file.
  99.  
  100. Example:
  101.      an input of   ABC.COM   forces the use of your drive\directory list to 
  102.      find the file ABC.COM 
  103.  
  104.      an input of  C:\FOO\BAR\ABC.COM   supresses the drive\directory search
  105.  
  106.  
  107. The Backup and Restore of a single specified Drive\Directory has been added 
  108. to then Backup/Restore Section.  Choosing the   Backup One  or  Restore One 
  109. option  will  prompt  you  to  input the full Drive\Path to be Backed up or 
  110. Restored.  In both cases,  the predefined Backup Target Drive  and  Restore 
  111. Source Drive name is used.  Please Note  that Fetch automatically  adds the 
  112. wildcard   *.*   file specifier.  DO NOT include this when using the Backup 
  113. One  or  Restore One  options.
  114.  
  115.  
  116. Fetch v2.20  Dated Apr25,1987
  117.  
  118. Exterminated a major bug when searching for a file in the full search mode.
  119. Sorry `bout that!!!
  120.